home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / choices / readme2 < prev    next >
Text File  |  1993-08-17  |  1KB  |  27 lines

  1. Tools for compiling PC-Choices on a SPARCstation:
  2.  
  3. (27 Apr 92)
  4.  
  5. collect     - Look through all the specified .o files and emit code to call
  6.               the static constructors and destructors.
  7. g++         - GNU C++ cross-compiler that emits i386 code.
  8. gar         - GNU archive (ar) utility.
  9. gas         - GNU cross-assembler.
  10. gcc         - GNU C cross-compiler.
  11. gcc-as      - GNU cross-assembler implementation, called by g++, gcc and gas.
  12. gcc-cc1     - GNU C cross-compiler implementation, called by gcc.
  13. gcc-cc1plus - GNU C++ cross-compiler implementation, called by g++.
  14. gcc-cpp     - GNU C preprocessor.
  15. gcc-gnulib  - GNU C library.
  16. gld         - GNU cross-linker; produces encapsulated-COFF files.
  17. gmakhead    - Convert C++ class declarations into definitions that can be
  18.               used by assembly routines.
  19. gnm         - Displays symbols in object files.
  20. locate      - Handy utility for understanding stack-backtraces.  Go to the
  21.               directory contain the kernel binaries and type
  22.           "gnm Choices.sym | locate", and enter each address displayed
  23.           in the stack-backtrace.
  24.  
  25. Lup
  26. lup@cs.uiuc.edu
  27.